home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / OCEErrors.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  61 lines

  1. /*
  2.      File:        OCEErrors.idl
  3.  
  4.      Contains:    Apple Open Collaboration Environment Error Interfaces.
  5.  
  6.      Version:    Technology:    AOCE Toolbox 1.02
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __OCEERRORS_IDL__
  19. #define __OCEERRORS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __ERRORS_IDL__
  25. #include <Errors.idl>
  26. #endif
  27.  
  28. #ifdef __SOMIDL__
  29.  
  30. #if FOR_SYSTEM7_ONLY
  31. /*
  32. Allocated ranges:
  33.     AOCE General Errors                        -1500 to -1539
  34.     AOCE Authentication Errors                -1540 to -1609
  35.     AOCE Catalog Errors                        -1610 to -1680
  36.     
  37.     AOCE Standard Mail Errors                -1900 to -1949
  38.     AOCE Standard Catalog Errors            -1950 to -1969
  39.     AOCE Digital Signature Errors            -1970 to -1999
  40.  
  41.     AOCE Templates Errors                    -15000 to -15039
  42.     AOCE Mail Errors                        -15040 to -15089
  43.     AOCE Messaging Errors                    -15090 to -15169
  44.     Reserved for future                        -15170 to -15199
  45. */
  46. /* AOCE General Errors (-1500 to -1539) */
  47. /* AOCE Authentication Errors (-1540 to -1609) */
  48. /* AOCE Catalog Errors (-1610 to -1680) */
  49. /* AOCE Standard Mail Errors (-1900 to -1949) */
  50. /* AOCE Standard Catalog Errors (-1950 to -1969) */
  51. /* AOCE Digital Signature Errors (-1970 to -1999) */
  52. /* AOCE Templates Errors (-15000 to -15039) */
  53. /* AOCE Mail Errors (-15040 to -15089) */
  54. /* AOCE Messaging Errors (-15090 to -15169) */
  55. #endif
  56.  
  57. #endif /* __SOMIDL__ */
  58.  
  59. #endif /* __OCEERRORS_IDL__ */
  60.  
  61.